object ExportImport: TExportImport Left = 465 Top = 218 HelpContext = 254 BorderIcons = [biSystemMenu, biHelp] BorderStyle = bsDialog Caption = ' ' ClientHeight = 306 ClientWidth = 283 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -13 Font.Name = 'MS Sans Serif' Font.Style = [] OldCreateOrder = True Position = poScreenCenter Scaled = False OnCloseQuery = FormCloseQuery OnCreate = FormCreate PixelsPerInch = 96 TextHeight = 16 object Label5: TLabel Left = 8 Top = 3 Width = 265 Height = 38 AutoSize = False Caption = 'Export and import tutorprofile and results for one user:' WordWrap = True end object PageControl1: TPageControl Left = 8 Top = 41 Width = 269 Height = 217 HelpContext = 254 ActivePage = TabSheet1 TabOrder = 1 OnChange = PageControl1Change object TabSheet1: TTabSheet HelpContext = 254 Caption = 'Import' object Label1: TLabel Left = 16 Top = 15 Width = 77 Height = 16 Caption = 'Update user:' end object Label2: TLabel Left = 16 Top = 79 Width = 88 Height = 16 Caption = 'With data from:' end object Label6: TLabel Left = 16 Top = 148 Width = 64 Height = 16 Caption = 'Importing...' Visible = False end object BitBtn1: TBitBtn Left = 156 Top = 145 Width = 89 Height = 25 Caption = 'Import' TabOrder = 0 OnClick = BitBtn1Click end end object TabSheet2: TTabSheet HelpContext = 254 Caption = 'Export' object Label3: TLabel Left = 16 Top = 15 Width = 129 Height = 16 Caption = 'Export user data from:' end object Label4: TLabel Left = 16 Top = 79 Width = 20 Height = 16 Caption = 'To:' end object Label7: TLabel Left = 16 Top = 148 Width = 65 Height = 16 Caption = 'Exporting...' Visible = False end object BitBtn2: TBitBtn Left = 156 Top = 145 Width = 89 Height = 25 Caption = 'Export' TabOrder = 0 OnClick = BitBtn2Click end end end object Edit1: TEdit Left = 28 Top = 164 Width = 229 Height = 24 HelpContext = 258 TabOrder = 0 Text = 'A:\' end object BitBtn3: TBitBtn Left = 200 Top = 272 Width = 75 Height = 25 Caption = 'Close' ModalResult = 1 TabOrder = 2 end object ComboBox1: TComboBox Left = 28 Top = 100 Width = 229 Height = 24 Style = csDropDownList ItemHeight = 16 TabOrder = 3 OnChange = ComboBox1Change end end